diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-27 14:18:18 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-27 14:18:18 +0300 |
| commit | 50cbca3c307894c9fd55baec522b7b794d9ab805 (patch) | |
| tree | e676102be11e48433e8b1ff79d87fe7d019c845c /src/app/profile/[username]/page.tsx | |
| parent | ab330c64eeed9edfc2a6ef6a6f5cd38587ba0996 (diff) | |
add description change
Diffstat (limited to 'src/app/profile/[username]/page.tsx')
| -rw-r--r-- | src/app/profile/[username]/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/profile/[username]/page.tsx b/src/app/profile/[username]/page.tsx index cb79b7b..7eab697 100644 --- a/src/app/profile/[username]/page.tsx +++ b/src/app/profile/[username]/page.tsx @@ -49,7 +49,7 @@ export default async function Profile({ params }: ProfilePageProps) { </p> </div> <div className="flex max-w-[800px] font-regular text-[12px] gap-1.25"> - <p>{profileUser.description}</p> + <p>{profileUser.profile?.description}</p> </div> <div className="flex flex-row flex-end gap-1.25"> {icons |
